UseISOLevel1Filenames property

Returns/Sets if the ISO/Joliet image should use ISO9660 Level1 file/directory naming conventions. File and directory name guidelines are as follows:

ISO9660 - (Level 1/Level 2)

Two forms of ISO9660 exist, Level 1 and Level 2. The ISO9660 Level 1 standard allows an 8 character filename + 3 character extension. This is often referred to as 8.3 format. Most off-the-shelf software on CD-Rom comes in this format. Level 2 offers more relaxed restrictions (31 characters maximum). ISO9660 also limits any given fully qualified path to 255 characters and does not allow a directory depth of more than 8 directories deep.  

Property type

A No Return Value value.

Syntax

object.UseISOLevel1Filenames [= value]

The UseISOLevel1Filenames property syntax has these parts:

Part Description
object An expression evaluating to an object of type CDWriterXP.
value Boolean